/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

.float-right{
    float:right;
}
.margin-top-10px{
    margin-top: 10px;
}
.float-center{
    text-align: center;
}
/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}



/*轮播 自定义样式*/
/*.da-slide-current .da-img-1{*/
    /*left: 50%;*/
    /*opacity: 1;*/
/*}*/
/*.da-slide .da-img-1{*/
    /*width: 55%;*/
    /*top: 60px;*/
/*}*/
/*.da-slide-h2-1{*/
    /*margin-left: 23% !important;*/
/*}*/

/*首页联系我们*/
.index-map-bg {
    background-image: url(./../images/map_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

/**导航菜单鼠标经过处理*/
.navbar-nav>li:hover>ul{
    display: block;
}

@media (min-width:768px ) {
    .content-min-height{
        min-height: 480px;
    }
}

.t-right{
    float: right;
    padding-right: 20px;
}
.position-absolute{
    position: absolute;
}
.position-absolute-companyInfo{
    margin-left: 30px;
    margin-top: 30px;
}
.position-absolute-companyInfo h2 i{
    color: #f9f9f9 !important;
    background-color: rgba(71, 101, 160, 0.8);
    line-height: 50px;
    font-weight: 400 !important;
    font-size: 28px;
}

.ol-list li{
    font-size: 14px;
}

.index-aboutus{
    font-size: 14px;
}
.index-concactus{
    font-size: 14px;
    min-height: 175px;
}

.product-content img{
    display: block;
    max-width: 100%;
    height: auto;
}

.product-item{
    padding-right:0;
    padding-left:0;

}